home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00344.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  732 b   |  26 lines

  1. on exitFrame
  2.   global frameseeker
  3.   if the lastClick > (180 * 60) then
  4.     set the visible of sprite 18 to 1
  5.     set the visible of sprite 17 to 0
  6.     set frameseeker to random(600)
  7.     go(frameseeker)
  8.     set the movieTime of sprite 38 to 0
  9.     set the movieRate of sprite 38 to 1
  10.     play frame "alien"
  11.   end if
  12.   if the lastClick > (70 * 60) then
  13.     set the visible of sprite 18 to 1
  14.     set the visible of sprite 17 to 0
  15.     set frameseeker to random(600)
  16.     go(frameseeker)
  17.     set the movieTime of sprite 38 to 0
  18.     set the movieRate of sprite 38 to 1
  19.     play frame "alien"
  20.   end if
  21.   set the movieTime of sprite 34 to 0
  22.   set the movieTime of sprite 38 to 0
  23.   set the movieRate of sprite 38 to 1
  24.   play frame "alien"
  25. end
  26.